(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/gadtools.h>
#include <intuition/intuition.h>
struct IntuiMessage * GT_PostFilterIMsg()
SYNOPSIS
struct IntuiMessage * modimsg

LOCATION
In GadToolsBase at offset 18
FUNCTION
Restores an intuition message formerly changed with GT_FilterIMsg().

INPUTS
modimsg
The message returned from GT_FilterIMsg(). May be NULL.
RESULT
The original intuition message or NULL, if NULL was passed in.

NOTES
EXAMPLE
BUGS
SEE ALSO
GT _FilterIMsg()
INTERNALS
HISTORY
04.04.1997 ldp
Gadtools -> GadTools
25.03.1997 srittau
Initial revision